home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------*
- | |
- | File Name: CALLER.H |
- | |
- | Description: This file contains the class definitions for this application. |
- | |
- | History: Date Author Comment |
- | 05/23/93 Pran Punniamoorthy Created |
- | |
- *------------------------------------------------------------------------------*/
- #ifndef __HELLO_H__
- #define __HELLO_H__
-
- /////////////////////////////////////////////////////////////////////////////
-
- // CTheApp:
- // See hello.cpp for the code to the InitInstance member function.
- //
- class CTheApp : public CWinApp
- {
- public:
- BOOL InitInstance();
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- #endif // __HELLO_H__
-
-